Fix a typo in the the comments
authorWilliam Jon McCann <jmccann@redhat.com>
Sun, 26 Aug 2012 14:52:08 +0000 (22:52 +0800)
committerJavier Jardón <jjardon@gnome.org>
Sun, 26 Aug 2012 14:54:55 +0000 (22:54 +0800)
https://bugzilla.gnome.org/show_bug.cgi?id=682724

gtk/deprecated/gtktable.c
gtk/gtkbuildable.c
gtk/gtkcellarea.c
gtk/gtkeditable.c
gtk/gtkiconview.c
gtk/gtkimcontextsimple.c

index d69c326826f6f167f3015a151adab6d80d41084c..986c687e9db5564d5e3364d7e5a8cee169eec828 100644 (file)
@@ -599,7 +599,7 @@ gtk_table_init (GtkTable *table)
  * must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
  * as well and is silently interpreted as 1.
  *
- * Returns: A pointer to the the newly created table widget.
+ * Returns: A pointer to the newly created table widget.
  *
  * Deprecated: 3.4: Use gtk_grid_new().
  */
index 8fdb58024cab644bd3ec2cebb2772a7d178c61f3..47cd426a4179adeecd14c593cdaadf0bcb109895 100644 (file)
@@ -84,7 +84,7 @@ gtk_buildable_set_name (GtkBuildable *buildable,
  *
  * Gets the name of the @buildable object. 
  * 
- * #GtkBuilder sets the name based on the the 
+ * #GtkBuilder sets the name based on the
  * <link linkend="BUILDER-UI">GtkBuilder UI definition</link> 
  * used to construct the @buildable.
  *
index eb651b87ab56eb6a651ec9a58e8c568fa639095e..c9d6a7a3336af063543fb9835f60c73ef5b427d1 100644 (file)
  * call to #GtkWidgetClass.get_preferred_height_for_width(). Returning
  * a perfect height for width that is larger than the screen area is
  * inconsequential since after the layouting receives an allocation
- * from a scrolled window it simply continues to drive the the scrollbar
+ * from a scrolled window it simply continues to drive the scrollbar
  * values while more and more height is required for the row heights
  * that are calculated in the background.
  * </para>
index 616d234464d1c59c4cc065151e21204da3eb293b..43dfd45564fc675cd5e31682d3fcb48230946ad1 100644 (file)
@@ -222,7 +222,7 @@ gtk_editable_insert_text (GtkEditable *editable,
  *
  * Deletes a sequence of characters. The characters that are deleted are 
  * those characters at positions from @start_pos up to, but not including 
- * @end_pos. If @end_pos is negative, then the the characters deleted
+ * @end_pos. If @end_pos is negative, then the characters deleted
  * are those from @start_pos to the end of the text.
  *
  * Note that the positions are specified in characters, not bytes.
@@ -247,7 +247,7 @@ gtk_editable_delete_text (GtkEditable *editable,
  *
  * Retrieves a sequence of characters. The characters that are retrieved 
  * are those characters at positions from @start_pos up to, but not 
- * including @end_pos. If @end_pos is negative, then the the characters 
+ * including @end_pos. If @end_pos is negative, then the characters
  * retrieved are those characters from @start_pos to the end of the text.
  * 
  * Note that positions are specified in characters, not bytes.
@@ -367,7 +367,7 @@ gtk_editable_delete_selection (GtkEditable *editable)
  *
  * Selects a region of text. The characters that are selected are 
  * those characters at positions from @start_pos up to, but not 
- * including @end_pos. If @end_pos is negative, then the the 
+ * including @end_pos. If @end_pos is negative, then the
  * characters selected are those characters from @start_pos to 
  * the end of the text.
  * 
index 8740f46836de78ede24ed5533a490cebe6622366..a1df572e1e7b1dca1056b3e5604350519ae04fd7 100644 (file)
@@ -2259,7 +2259,7 @@ gtk_icon_view_button_press (GtkWidget      *widget,
                                               &cell);
 
       /*
-       * We consider only the the cells' area as the item area if the
+       * We consider only the cells' area as the item area if the
        * item is not selected, but if it *is* selected, the complete
        * selection rectangle is considered to be part of the item.
        */
index e426c6b81852a1bc413975fad4425e0c706cbcd5..ae88ef4d0c14d0e0f96c671944331fa1bb5535a6 100644 (file)
@@ -494,7 +494,7 @@ check_compact_table (GtkIMContextSimple           *context_simple,
 }
 
 /* This function receives a sequence of Unicode characters and tries to
- * normalize it (NFC). We check for the case the the resulting string
+ * normalize it (NFC). We check for the case where the resulting string
  * has length 1 (single character).
  * NFC normalisation normally rearranges diacritic marks, unless these
  * belong to the same Canonical Combining Class.